In [29]:
import numpy as np
# Import local plotting functions and in-notebook display functions
import matplotlib.pyplot as plt
%matplotlib inline
from IPython.display import Image
In [ ]:
A pragmatist's guide to numerical integration¶
I've spent a lot of time integrating weird ODEs. Here are a few tricks I've picked up
In [89]:
Image(filename='../resources/all_attractors.jpg', width=1200)
# Source: Gilpin. NeurIPS 2021. A collection of 132 strange attractors, collected from various historical papers and then integrated using scipy
Out[89]: